onDblTap Event

Description

Fires when the user double tapas a row in the List.

Discussion

onDblTap is very similar to onDblClick. The onDblTap will fire when the user double taps a row in the List unless they move their finger or mouse beyond the threshold amount. The default threshold is 10px. If the user exceeds the threshold, the onDblTap event does not fire, however the onDblClick event will be triggered if the original item still has focus. See the onDblClick event for more information.

See Also